home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilfile / ccb.lha / CCB / CanDoLibCheck next >
Text File  |  1996-01-28  |  176b  |  12 lines

  1. Echo " "
  2. IF EXISTS libs:cando.library THEN
  3. failat 21
  4. echo "Your version is:"
  5. Version libs:cando.library
  6. ELSE  
  7.   echo "You do not have cando.library"
  8. ENDIF
  9. Wait 4 secs
  10. endcli
  11.  
  12.